- loop induction variable
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Induction variable — In computer science, an induction variable is a variable that gets increased or decreased by a fixed amount on every iteration of a loop, or is a linear function of another induction variable.For example, in the following loop, i and j are… … Wikipedia
Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… … Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia
Оптимизирующий компилятор — Эта статья предлагается к удалению. Пояснение причин и соответствующее обсуждение вы можете найти на странице Википедия:К удалению/24 декабря 2012. Пока процесс обсужден … Википедия
Inline expansion — In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the callee. This optimization may improve time and space usage at runtime, at the possible cost of increasing… … Wikipedia
VBCC — is the name of a portable and retargetable ISO/ANSI C compiler.It supports ISO C according to ISO/IEC 9899:1989 and a subset of the new standard ISO/IEC 9899:1999 (C99). It is divided into two parts. One is target independent and the other is… … Wikipedia
Strength reduction — is a compiler optimization where a costly operation is replaced with an equivalent, but less expensive operation.Operator strength reduction involves using mathematical identities to replace slow math operations with faster operations. Examples… … Wikipedia
Electric motor — For other kinds of motors, see motor (disambiguation). For a railroad electric engine, see electric locomotive. Various electric motors. A 9 volt PP3 transistor battery is in the center foreground for size comparison. An electric motor converts… … Wikipedia
Motor controller — A motor controller is a device or group of devices that serves to govern in some predetermined manner the performance of an electric motor.[1] A motor controller might include a manual or automatic means for starting and stopping the motor,… … Wikipedia
μ operator — In computability theory, the μ operator, minimization operator, or unbounded search operator searches for the least natural number with a given property. Contents 1 Definition 2 Properties 3 Examples … Wikipedia
Lorentz force — This article is about the equation governing the electromagnetic force. For a qualitative overview of the electromagnetic force, see Electromagnetism. For magnetic force of one magnet on another, see force between magnets. Electromagnetism … Wikipedia